object Form9: TForm9 Left = 212 Top = 104 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Girder event' ClientHeight = 135 ClientWidth = 168 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 9 Top = 4 Width = 147 Height = 39 AutoSize = False Caption = 'Type commandline eventstring or select one of the Girder events' WordWrap = True end object ComboBox1: TComboBox Left = 10 Top = 50 Width = 153 Height = 21 ItemHeight = 13 TabOrder = 0 Text = 'ComboBox1' OnChange = ComboBox1Change end object Button1: TButton Left = 88 Top = 104 Width = 75 Height = 25 Caption = 'Select' Default = True TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 8 Top = 104 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 2 OnClick = Button2Click end object ComboBox2: TComboBox Left = 9 Top = 76 Width = 153 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 3 end end